121 files found in Library "C, part 1"

Return to this Disc's Index
Name Extracted Size Date Description
COMP_JCM.ZIP Yes 6258 1/19/1994
Compress (JCM) 1.0 is a pair of C routines
for compressing and decompressing GIF files.
(Jeffrey C. Moxon, reg. fee: $0)
HZIP.COM No 34958 1/18/1991
HZip (Arizona Software; $0) is C++ source
for a file compressor using optimal
limited-length Huffman codes.
LDS_11.ZIP Yes 96551 11/2/1993
LDS 1.1 (Nico E. de Vries, reg. fee: $0) is
C source code for a variety of compression
methods, including AR002, LZW, COMP, ASH,
FIN, HUF, LZ, SPLAY, and LZRW1.
LZWC13.ZIP Yes 36084 9/28/1993
LZW Data Compression Library for C 1.3
(MarshallSoft Computing, Inc., reg. fee:
$38) is a data compression library for C
programmers which uses the LZW algorithm.
Supports Borland Turbo C, Microsoft C, and
MIX Power C.
PORT_ZIP.ZIP Yes 380416 10/14/1993
Portable Zip/Unzip (Adler, Mark; $0) is the
C source for a Zip and Unzip compatible with
PKZIP 1.93. It compiles under MSDOS, OS/2,
Unix, VMS, and others.
TCOMP.ZIP Yes 214257 10/17/1993
TComp (Innovative Data Concepts, ASP; $50)
gives high-speed access to four of the most
popular compression methods. In addition to
file-to-file compression, you can also
compress memory buffers directly. Features
include the ability to integrate compression
and decompression capabilities into your own
programs; file combining and splitting; and
a choice of speed, compactness, or
compromises. Most C compilers are supported.
AUTOLIB.EXE No 127669 5/6/1992
AutoLibrary Program-Playback Tool (McDaniel,
Wayne ASP; $62) is a C function library to
automate communications. Keystrokes are
manually coded into C programs and played
back when the program executes.
COMM.COM No 6977 1/29/1990
Comm (Giannini, Mario; $0) is a set of
routines that creates a interrupt driven
communications interface for MSC 5.0 &
QuickC.
COMSTR.EXE No 13239 1/20/1993
ComStr (Reilly, Patrick; $0) is source for a
serial port stream class.
CPORT.ZIP Yes 78443 7/23/1992
CPort 2.0 (Bri Productions; $65) is a C
language interrupt-driven serial
communication library. It is compatible with
most if not all DOS-based C compilers.
Features include baud rates from 50 to
115200 baud, COM 1 through COM 4, hardware
and software handshaking, adjustable
transmit and receive queues, support for
simultaneous communications, NS16550
support, and queues as large as 65534 bytes
each.
CPPCOM.COM No 27593 6/19/1991
CPPCom (Herrera, William; $0) is a C++
communications library.
FILESHR.EXE No 15315 1/21/1993
FileShare shows how to implement file
sharing on a LAN.
HSEND.EXE No 16940 11/19/1992
HSend is the C source code for a file
transfer system for both host and remote
computers.
IBMCOM.COM No 11037 5/29/1989
IBMcom (Intrinsic Computers; $15-$25) is a
set of RS232 interrupt driven communications
routines in C -- small memory model only.
INTSER.EXE No 6046 6/17/1992
IntSer (McGuinness, Charles; $0) is a
minimal function, all C interrupt serial
routine. It supports buffered input and
output.
LITECOM.ZIP Yes 208073 10/16/1993
Litecomm Communications Toolbox (Information
Technology, Ltd. ASP; $65) [for MS C and
Turbo C] is a set of powerful routines
designed to provide easy access to the full
capabilities of the PC's asynchronous
communications ports without any specialized
hardware knowledge required on the
programmer's part. The critical interrupt
handlers have been written in assembly
language in order to support higher baud
rates. A fully automatic flow control is
provided using either hardware of software.
MG_COMM.COM No 6408 3/25/1990
MG_Comm (Giannini, Mario; $0) is the source
code for a small, flexible interrupt-driven
communications handler for Turbo and
MicroSoft C.
PCL4C40.ZIP Yes 77282 11/10/1993
Personal Communications Library for C 4.0
(MarshalSoft; $58) is an asynchronous
communications library designed for
experienced software developers programming
in Microsoft C or Turbo C. Features include
over 20 communications functions, six
support functions, interrupt driven
receiver, runs from 300 to 115,200 baud,
supports COM ports 1-4, adjustable receive
queues from 8 to 16 bytes, 11 comm error
conditions trapped, allows 2 ports to run
concurrently, and provides complete modem
control and status. Several example programs
are provided.
PPL4C.EXE No 56499 11/5/1992
Personal Protocol Library for C 1.0
(MarshallSoft; $38) consists of a state
driven library which implements the XMODEM,
XMODEM-CRC, XMODEM-1K, YMODEM, and YMODEM-G
file transfer protocols. This allows the
programmer to run multiple simultaneous
protocol transfers while interacting with
the user at the keyboard.
PRQUE.ZIP Yes 7308 11/3/1993
PRQue 1.0 (Michael Fiel, reg. fee: $0) is
the BP7.0 source code for an object which
opens a print queue on Novell Netware 3.11
without using an LPT port. It can be run in
real and protected modes.
RJCOM.EXE No 29460 12/18/1991
RJCom 1.3 (Ryu Consulting; $0) is a
communications library for Microsoft C. ANSI
support is included.
RS232.EXE No 31766 5/19/1993
RS232 (Karcher, Chris A.; $20) provides the
functionality needed to employ serial I/O in
any application written with Borland C
language compilers.
SERIAL.ZIP Yes 5434 3/25/1994
Serial 1.0 demonstrates how to take
advantage of some of the Turbo C extensions
to the C language to do asynchronous
communications without having to write
supporting assembly language routines. (?,
reg. fee: $0)
SER_LIB.EXE No 58729 3/18/1992
Serial++ Library 1.01 (Cortlandt
Technologies ASP; $25) is a library of small
routines that bring interrupt-driven serial
port support to your C++ programs. This can
give you complete access to the registers of
the 8250 UART and easily handles multiple
ports and multiple instances.
TERM.EXE No 9828 1/23/1992
Term (Reilly, Patrick; $0) supports streams
for terminal emulation.
68000CC.ZIP Yes 84308 10/15/1993
68000 C Compiler (Brandt, Matthew; $?) is an
optimizing C compiler for the Motorola 68000
processor and is meant for educational
purposes. You can learn a lot about writing
a compiler by studying the source files on
this disk. Since this code was written for a
machine with long integers it may exhibit
some irregularity when dealing with long
integers on the IBM-PC. The author makes no
guarantees. This is not meant as a serious
development tool although it could, with
little work, be made into one.
CENVID.ZIP Yes 202114 12/27/1993
CEnvi 1.008 is a simple interpreter that
uses C syntax. (Brent Noorda, reg. fee: $38)
MIRACLE.ZIP Yes 143649 10/18/1993
Miracle C Compiler 1.5 (Szocik, T.; $25) is
a C compiler for a 386 or better. It
compiles traditional C (Kernighan and
Ritchie) with ANSI language extensions.
Appropriate object code is created for a
Microsoft or compatible linker. A
comprehensive library of functions is
included.
PC_COMP.ZIP Yes 177245 10/16/1993
Personal C Compiler (C Ware Corp.; $30) is a
fast, powerful C compiler.
PROXY.ZIP Yes 119939 10/4/1993
Proxy 1.12 (Leavenworth, Burt; $25) is an
interpreter for a rapid prototyping language
with C-like syntax based on modeling
software using data structures such as sets,
maps, sequences, and objects. It allows the
developer to make incremental changes to a
design, and test them immediately. It also
makes it possible to manipulate objects
which encapsulate local states, allowing the
user to define a software model as a
hierarchy of sub-models.
SCI.ZIP Yes 101576 10/16/1993
SCI (Brandt, Bob; $?) is a C language
interpreter that includes a full-screen
editor and trace facility. SCI is meant to
take the experienced BASIC programmer easily
into C.
UNARJ.EXE No 39849 3/6/1992
UnArj 2.3 (Jung, Robert; $?) is C source for
an archive extractor.
YACC.ZIP Yes 120297 10/16/1993
YACC is a compiler that is not for the
casual user and will be useful primarily to
expert developers.
DIALOG.ZIP Yes 417016 11/3/1993
DialogPro (Stott, Kenneth; $50-$200) is a
professional level "dialog box" system for C
programmers. It takes over all the drudgery
of creating code for input screens, input
boxes, pull-down lists, data entry,
context-sensitive help, etc. WindowsPro is
required.
EDUTIL.ZIP Yes 89959 3/11/1994
EdUtils 1.0 is a set of editor utilities for
Turbo C. It allows programmers to add
text-mode edit windows to applications.
Windows can be use to prompt users for
information or for full screen editing. C
source code and two samples are included.
(Kenneth J. Macke, reg. fee: $15-35)
FIELDS.ZIP Yes 2227 1/12/1994
Fields 1.0 is a C++ input field class to be
used in dialog screens. It avoids the use of
a data struct matching dialog screen layout.
Also avoids using alpha keys for numeric
fields. (E.A.B. Schl�sser, reg. fee: $0)
GCONIO.EXE No 9430 5/29/1991
GraphicsConsole (Small, John W.; $0) is a
graphics-based input routine.
GR_INP.ZIP Yes 2998 10/16/1993
Gr-Inp provides sample code for how to get
user input when in graphics mode.
INPUTS.ZIP Yes 30919 10/16/1993
Inputs (LPC Software; $23) is a set of
functions which emulate Clipper's input
functions for character, numeric, date, and
logical field input, but with more
functionality.
MULT_FP.ZIP Yes 151298 10/17/1993
Multiple Field Processor (Pride Software
Advancement Corp.; $25) is a library of data
entry tools for MS C. The program features
full in-field user editing as well as pre-
and post-field validation.
NEWGETCH.C No 2387 10/1/1991
NewGetch (RWR Consulting; $0) is a
replacement for the getch() function. The
original functions do not properly handle
Alt-Q and Alt-R.
NILD.EXE No 8025 9/17/1992
Numeric Input Line Demo (Price, James H.;
$0) shows how to get TInputLine to accept
numeric input only.
PC_JOVE.ZIP Yes 138577 10/15/1993
PC-Jove is C source code for an EMACS-like
editor.
SCRLDLG.ZIP Yes 6081 10/21/1993
ScrollDialog (Patrick Reilly, reg. fee: $0)
shows how to create a scrollable dialog in
C++.
TINY_WP.ZIP Yes 96920 10/16/1993
Tiny Word Processor (Stevens, Al; $0) is the
C source code for the Tiny Word Processor,
and SmallCom, a communications program.
CJDATES.EXE No 52468 8/6/1991
Crazy Jack's Date Routines (Crazy Jack; $0)
are date routines that make it easy to
determine the number of days between dates,
find the day of the week of a date, convert
between Gregorian and Julian dates, sort on
dates, and to check the validity of given
dates. Source code (assembler, C, TP), OBJ
and TPU files and sample code are included.
DATEDEM.COM No 16254 3/31/1989
DateDemo (Rohr, Gerald; $0,) is a set of
date handling routines for C.
DATELIB.EXE No 42815 4/16/1992
DateLib (Rath, Klaus; $0) are date and time
manipulations in C.
DATE_AG.COM No 38552 6/24/1993
Dates (Gifford, Al; $0) is source for almost
anything you could want to do concerning
dates, including generating a calendar.
JULDAY.C No 3512 10/18/1989
Julian Day 1089 (Kessel, Brian and Perry,
J.; $?) is a new version of the C code for
computing Julian Days.
DATECL.ZIP Yes 27834 2/4/1994
Killer Date Class 4.8 (Price, Charles D. and
others; $0) is a full-function date class,
including a full set of overloaded operators
for addition, subtraction and comparison of
date objects; an overloaded operator with a
variety of print formats and options, and
constructors to create date objects from a
variety of source formats. Source included.
MDATES.ZIP Yes 6906 3/24/1994
MDates is a C++ date class for various date
oriented routines. (Matthew Rhoades, reg.
fee: $0)
SCHDATE.C No 32278 7/29/1989
Schon Date-Time (SchnSoft; $0) is a set
date-time handling functions.
SDATE.EXE No 4575 7/14/1992
Sdate is an illustration of searching on a
date field using the CLOSESTRECORD parameter.
STRFTIM.COM No 4748 9/24/1989
Strftim is a routine to convert a time
structure into a formatted string based on;
the standard ANSI C function as described in
K&R.
TIMEDAT.EXE No 20563 5/20/1992
TimeDate (Humkey, John K.; $0) is the source
code for two time and date manipulation
classes.
WEEKDAY.COM No 8175 7/18/1990
WeekDay is a simple C function that returns
the weekday given the day, month and year.
ASCFIL.ZIP Yes 16452 3/11/1994
AscFil 1.0 is a C++ library of functions to
read in a non-delimited ASCII file in sorted
or non-sorted order. It is useful for
converting ASCII to DBF files on the fly.
(Matthew Rhoades, reg. fee: $0)
AVLTREE.ZIP Yes 9903 10/16/1993
AVLTREE is a set of AVL tree management
routines, a form of balanced binary tree.
BETEDIT.ZIP Yes 9267 10/16/1993
BetEdit (Bergel, Tim; $0) are two classes
for validation of numeric data entry.
BFILE.ZIP Yes 6936 10/16/1993
Bfile (Reilly, Douglas J.; $0) is a basic
Btrieve class for C++.
BITSTR.ZIP Yes 4877 10/16/1993
BitStr 1.2 (Mavrinac, Erik; $0) is a set of
routines for storing an array of boolean
values in minimum space.
BTREE_C.ZIP Yes 2847 10/16/1993
Btree (Adkins, John; $0) demonstrates the
use of the Borland Btree classlib.
BTCLASS.ZIP Yes 121679 10/18/1993
Btrieve Classes 2.02 (Object Resource Group;
$55) contains a set of Btrieve classes that
provide an application programmer with the
full functionality of Btrieve 5.0. Requires
compiler-specific interface routines from
the Btrieve Developer's Kit, Borland C++ 3.x
or Microsoft C++ 7.00. A tutorial is
included for those with minimal experience
in object technology.
BTRVEX.ZIP Yes 33345 10/16/1993
BTRV Express Library (Srebnick Micro
Consulting; $75) is a `C' library which
manages the task of finding and opening
Btrieve files. All calls to Btrieve are made
through a central module. The advantage of
this is that you can modify that module to
perform a certain function each time a file
is accessed. This feature could be most most
useful in a network environment. For
instance, you can place a routine in the
central module that checks for hardware
errors on the server and logs the user off
gently if there is trouble. Designed for MSC
5.0 and Btrieve 4.10.
BTR_SUP.ZIP Yes 32342 10/16/1993
Btr-Sup (Srebnick Micro Consulting; $50) is
a Btrieve support library that manages the
task of finding and opening Btrieve files.
This library was designed for Microsoft C
v5.0 and Btrieve v4.10. The program will
manage up to three open files at a time.
BLTC17.ZIP Yes 166722 12/1/1993
Bullet 1.7b (Cornel Huth, reg. fee: $80) is
a library of assembly language routines to
access dBASE files from C.
CDBMANG.EXE No 77545 7/24/1991
C Database Management System (Daytris
Information Systems; $35) is a complete
database development kit designed for C
programmers. It is based on the NETWORK
database model and uses the ISAM methodology
for key file management. The NETWORK
database model is the latest concept in
database management. The kit also uses the
advanced concept of a Data Definition
Language (DDL). Using the DDL, a developer
can design and re-design their database with
minimal effort and absolutely no code
changes. CDB is compatible with both
Microsoft C and Turbo C, large models only.
(The authors are no longer at the address
listed in the documentation.)
CIFF.ZIP Yes 16509 10/16/1993
CIFF 1.00 (Tini Software; $0) is a C object
module for managing indexed files. Functions
include GetEqual, GetLT, etc.
CRCUTIL.ZIP Yes 9759 2/4/1994
CRC utility routines 1.0 is a collection of
C routines for performing CRC calculations
one byte at a time using a table lookup
mechanism. (Gary P. Mussar, reg. fee: $0)
DATA_MG.ZIP Yes 7708 10/16/1993
Data-MG (Giannini, Mario; $0) is a set of
illustrative 'C' implementations of Stacks,
Queues, and linked lists. Each has working
examples and commented source code.
DATDISP.ZIP Yes 5568 10/16/1993
DatDisp (Stroebel, W. E. R.; $0) is C code
for a utility that will let you decipher
some types of data files without knowing the
exact structure.
DB_KH.ZIP Yes 46661 10/16/1993
DB (Harris, Ken; $0) is an extensive set of
file management routines for linking into C
programs. Sequential, indexed, and random
files are supported. Also included is a
simple object dictionary manager.
DES_C.EXE No 86551 7/21/1990
DES_C (Gillogly, James; $0) is a DES
subroutine library.
FTREE.ZIP Yes 34931 10/1/1993
Fixed-Order B-Tree Source Coce 1.1 (Bryan
Flamig, reg. fee: $20) is source code in C++
for implementing disk-based B-trees, based
on Chapter 14 of the book "Practical Data
Structures in C++", by Bryan Flamig, (John
Wiley & Sons, ISBN 0-471-55863-X).
INIFIL.ZIP Yes 7867 10/21/1993
IniFile (George Byrkit, reg. fee: $0) is an
INI file function set for C programs for
DOS. This implements the GetProfileString,
GetProfileInt, WriteProfileString,
GetPrivateProfileString,
GetPrivateProfileInt and
WritePrivateProfileString.
ISM110.ZIP Yes 309106 2/25/1994
ISAM Manager 1.10 (Adrian Mardlin; $64) is a
database management library for C++
programmers. Features include: Full
relational capabilities. Up to 2 billion
records per data file with fast access.
Multiple indexes. The program can
automatically generate a data entry program
from just a database description file,
giving you a framework on which you can
build a more powerful application (like a
4th generation language). ISAM Manager is
provided for both DOS and Windows and is
easily ported to other operating systems.
KAFS.ZIP Yes 112245 6/22/1993
Keyed Access File System 2.0 (Dimestore
Software; $45) is a complete file system and
sort package for C programmers. This package
provides everything necessary for creating
utility and application software in C. The
file system and sort utility can be used
independently of each other. They are
designed for speed, ease of implementation,
and compactness of code.
KEYTREEC.ZIP Yes 206377 10/17/1993
Keytree Toolbox (Rewse Consultants Ltd. ASP;
30 UK Pounds) is a library of routines to
create, maintain and access randomly stored
files of variable length records. Records
can be displayed as soon as the first
character of the record is typed. Files can
also be read and written serially. Any
number of files can be open. Each file can
hold 10 indexes of multiple field keys.
Associated records can be linked together.
Source code is included.
LSAM.ZIP Yes 112474 10/16/1993
LSAM (Starr, Craig J.; $80) is an indexed
sequential (ISAM) file access method
implemented as a runtime library accessed
through a set of interface subroutines for
users of Microsoft (3.x +) compilers. It
features support for multiple indices per
base file, insertion, deletion (logical),
retrieval and update by 'key', and full
(logical) sequential processing capability
in both directions, including (re-)
positioning of a file's internal current
record pointer for sequential processing of
a record (or group of records) beginning at
any logical record location in the file. The
shareware version of the LSAM is limited to
three index files.
LUMINET.ZIP Yes 113271 10/14/1993
LumiNet 1.5 (Patrick Todd, reg. fee: $55) is
a collection of functions that can be used
by C or Clipper developers to create
documents WordPerfect 5.1 page layup, fonts
and text formatting and which can be
accessed from any C or Clipper program.
OBJENG.ZIP Yes 140024 10/6/1993
The Object Engine 2.0 (Dr. Mark Brittingham,
reg. fee: $25) is a C++ class library that
provides a significantly easier interface to
the Paradox Engine functions.
OBJER.EXE No 20480 6/3/1991
OBJER (Tranzoa, Co.; $15) converts data or
text files to OBJ compatible files that you
can link with your own programs. It defaults
to creating files compatible with Turbo C
and MSC small-model files.
OOPBSMC.EXE No 31499 8/28/1991
OOPBase MC (Silico-Magnetic Intelligence;
$0) is an object-oriented database library
for Microsoft C that provides flexible and
fast OOP database functions for quick
application development.
OOPBSTC.EXE No 29548 8/28/1991
OOPBase TC (Silico-Magnetic Intelligence;
$0) is an object-oriented database library
for Turbo C that provides flexible and fast
OOP database functions for quick application
development.
PGP23S.ZIP Yes 294820 12/13/1993
Pretty Good Privacy Source Code 2.3 (Phil
Zimmerman, reg. fee: $0) is the C source
code to the encryption utility program
entitled Pretty Good Privacy.
PSK.ZIP Yes 193990 7/24/1993
Programmers Survival Kit 1.3 (Friesen,
Geoff; $30) is a C library for creating
database applications. It includes a
keyboard-video-printer interface with a
critical error handler and data entry
functions. An example illustrating various
components is included.
RANDIO.ZIP Yes 2523 7/26/1993
RandIO (Mulroy, Ed; $0) is C source code
illustrating the use and access of random
access files.
READTEST.C No 4022 4/30/1991
ReadTest (Smith, Dave; $0) is the source
code for a simple text file viewer.
SOFTCDB.ZIP Yes 391945 10/13/1993
SoftC Database Library (SoftC, Ltd.; $?) is
intended for use as a supplement to your
compiler's object libraries. It contains 73
user functions, including dBASE III+ data,
memo, and index file functions, dBASE IV
data file functions, date and time
manipulation and calculation. The
clock/calendar functions have been added to
enhance the core dBASE routines. The library
is currently available for Turbo C 2.0 and
Microsoft C 5.1.
SPLAY.COM No 17422 9/7/1990
Splay (O'Connor, Sean; $0) is C and Pascal
source code for a utility to compress and
decompress files using Splay trees.
TABLES.H No 4569 9/5/1991
Tables.H (Pandya, Sameer; $0) has tables
that can be used to translate characters
from ASCII to EBCDIC and back.
TFILE.ZIP Yes 359487 10/17/1993
TFile (Innovative Data Concepts, ASP; $50)
is a high-speed set of routines for
manipulating data, index and memo files. It
allows reading, writing and creating files;
inserting and removing records; indexing by
one or multiple keys; and more. Combined
with the popular TCXL, it lets you easily
create powerful data file management
routines. This program is dBase III
compatible. Most C compilers are supported.
UNEEK.ZIP Yes 5679 10/16/1993
Uneek 1.0.0 (Williams, Don A.; $0) is C
source for a program that will eliminate
duplicate records in a file.
WBTRIEV.ZIP Yes 5486 10/16/1993
WBtrieve (Wheaton, Paul; $50) is a Btrieve
class which makes Btrieve a lot easier to
use.
ATT.COM No 3375 5/30/1989
Att 1.0 (Tortorelli, Tony; $?) is C code for
a file attribute modification program.
BDC.EXE No 21347 6/18/1993
Bulk Disk Copier (MicroGenesis Software; $0)
is C source for reading a floppy image to a
hard disk and copying it back to as many
floppies as you wish. It also formats blank
floppies. The source code is an excellent
tutorial on lowlevel disk access under DOS.
BIOSEQP.EXE No 9084 7/22/1992
BiosEquip (Hawk, H.L.; $0) is code that
reports on system configuration: the number
of disk drives, parallel printers, serial
ports, video mode, DOS version, and checks
for a math co-processor and game port.
CHKFLP.EXE No 7581 12/17/1991
Chkflp (Kevin Traup; $0) contains source
code and an executable to check the status
of a floppy drive.
CL_RH.ZIP Yes 6584 10/16/1993
CL (Hirst, Roger; $0) is the C++ source for
a command line parser.
CMDLN.ZIP Yes 4953 10/16/1993
CmdLn (Small, John W.; $0) provides an easy
way to parse the command line.
CONCUR.COM No 12289 1/29/1990
ConCur 1.0 (Dickerson, Richard; $0) is a
concurrent programming module for the C
programming language that enables
multi-tasking. It is small and easy to use,
and has built-in window management routines.
CPUSPED.EXE No 22217 11/18/1992
CPUSpeed contains small C functions to get
CPU type and speed.
CRITERR.COM No 19149 2/21/1991
Critical Error Handler (Hyman, Peter; $0) is
a critical error handler, primarily for use
with compilers that do not offer trapping or
messages like Abort, Retry, Ignore.
DIRSCAN.COM No 15542 4/30/1989
DirScan 1.0 (Garrison, Jim; $0) is public
domain C source code for a utility that
searches a disk directory structure for all
files matching the file-name and extension
contained in the file mask.
DSIZEDB.COM No 10634 7/20/1990
DIRSize 1.0 (Bennett, David; $0) is C source
code to display a listing of directory and
subdirectories specified.
DISKSIZ.COM No 16161 8/23/1990
DiskSize (Ford, George, H.; $0) is a routine
to determine disk media size and attributes.
DRIVER.COM No 7591 7/18/1991
Driver (Hopson, Scott; $0) is a DOS device
driver using C, with the header in
Assembler. This should be helpful to
programmers wanting information on writing
DOS Device Drivers. Commented source code is
included.
DRVRDY.COM No 7314 1/29/1990
DrvRdy (Crosley, Tom; $0) is a routine for C
to check to see if a floppy disk drive is
ready. This avoids the "Abort, Retry,
Ignore" message when the drive latch is left
open, etc.
DRVSPC.COM No 3895 3/25/1990
DrvSpc (Micro Solutions Group, Inc.; $0) is
a function that returns a long value
containing the current available drive space
for the default drive or the specified drive.
FILEBUFF.C No 1239 7/13/1992
FileBuff (Morris, Ben; $0) contains source
code to find values of FILES= and BUFFERS=
as set in CONFIG.SYS.
FINDDEV.C No 4369 4/26/1993
FindDev (Woodruff, Eric; $0) is a routine
which will locate a specified device driver
in memory.
FORALL.ZIP Yes 14289 10/1/1993
ForAll (Ron Aaronson, reg. fee: $0) lets you
execute a command on multiple files. C
source code is included.
I_SET.EXE No 25738 9/19/1991
I_Set 3.53 (Migliavacca, David; $0) contains
C functions for editing of DOS master
environment, and a utility to automate
variables-setting tasks with an easy
language. A choose program with an option to
add strings in front of a list in an
environment string is included.
LESS.C No 2564 4/20/1990
Less.C (Lowther, Bruce; $0) is source code
for a utility like DOS's MORE filter, but
scroll length can be modified on the command
line. This program is an example of
combinations of the stdin stream, CON
stream, and command line parameters.
MAP_S1.ZIP Yes 30448 2/11/1994
MAP_S1 1.0 demonstrates mapping a Netware
drive in C++ and then changing the
environment to make it a search drive. This
drive remains after program termination.
Other environment variables can also be
added, edited and deleted. (Thomas H. Smith,
reg. fee: $0)
MSCHRT.COM No 13718 1/29/1990
Microsoft C High Resolution Timer 2.00
(MSCHRT) (Ryle Design; $8) is a software
"toolbox" of C routines to manipulate one
hundred different timers each with one
microsecond resolution. MSCHRT makes it easy
to very accurately time nearly any
synchronous or asynchronous event your PC
can encounter.
MOVE_WM.ZIP Yes 9060 11/18/1993
Move - WM 1.0 (Walt Myers, reg. fee: $0) is
C source code for moving files.
MSECDL.ZIP Yes 2362 11/8/1993
MSECDLY.C (Bill Gatliff, reg. fee: $0) is C
source for procedures to modify BIOS timer
overflow rates. This works better in
high-speed-interrupt environments than
Borland's delay() routine.
PAUSE.ZIP Yes 2120 10/15/1993
Pause 1.0 (Bill Gatliff, reg. fee: $0) is a
C routine to provide a delay that is safer
to use than delay() when serial-port
interrupts are possible.
VLCLASS.EXE No 8636 12/16/1991
Volume Label Class (Astin, Tom; $0) is code
for getting, setting and removing DOS disk
volume labels.